home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
util
/
arc
/
xFX.lha
/
xFX
/
ARexx
/
ReqErr.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-07-22
|
366b
|
19 lines
/*
**************************
**** xFX ARexx script ****
**************************
This script displays an error message
*/
if ~show('P','xFX.1') then do /* Check if xFX is running */
say 'xFX not running !'
exit
end
address 'xFX.1'
reqerr '"This is an error !"'